Skip to main content

Choose Leader

Type: POST

Description:

/future/copytrade/user/v1/copy-trade/choose-leader


Parameters

NameTypeMandatoryDefaultDescriptionRanges
leaderAccountIdnumberYes-Leader account ID-
symbolsstringYes-Symbol-
followTypestringYes-Follow typeFUND, RATE, MARGIN_RATE
followValnumberNo-Follow value-
triggerProfitRatenumberNo-Profit rate-
triggerStopRatenumberNo-Stop rate-
followDirectionstringNo-DirectionFORWARD, REVERSE
followLossnumberNo-Follow loss-
autoFollowSymbolbooleanNo-Is auto follow symboltrue, false
followLossOperateenumNo-Follow loss operationMARKET_SELL, LEADER_CLOSE, MANUAL_PROCESS
syncPositionbooleanNo-Auto copy new future market (smart copy)true, false
followModeenumNo-Follow-up modeCUSTOM (custom follow-up), AUTO (intelligent follow-up)
transferFromBizTypeenumYes-Transfer from SPOT or FUTURES_U (future)SPOT, FUTURES_U

Limit Flow Rules

2/s/apikey


Response Example

{
"returnCode": 0,
"msgInfo": "success",
"error": null,
"result": true // true=success, false=fail
}